MemCopy
[Memory] - Copy memory block
Description:
SUB memcopy(source,dest,length)
Parameters:
source: memory address of source block to copy
dest: memory address of destiny block to copy
length: number of bytes to copy
Returns:
nothing
Notes:
Block may overlap
#Include <Memcopy.bas>
Supported Plattforms:
ZX Spectrum